home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac 1993 September
/
clonecd
/
September 93.img
/
Archives
/
Decoration
/
Screensavers
/
Screen Savers
/
TwilightZone
/
source
/
sndstuff.h
< prev
next >
Wrap
Text File
|
1993-07-17
|
170b
|
7 lines
#ifndef __soundstuff__
#define __soundstuff__
OSErr MakeModuleSound(SndChannelPtr *retSndChannel,short soundType);
OSErr DisposeModuleSound(SndChannelPtr sndCh);
#endif